
/*----------------------图文组件----------------------*/
@media not screen and (max-width: 768px)  , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .imgText {
        /*width: 1920px;*/
        width: 100%;
        margin: auto;
        padding: 64px 0;
        padding-bottom: 24px;
    }

    .imgText .title {
        text-align: center;
        width: 1315px;
        margin: auto;
    }

    .imgText .title-h1 {
        font-size: 28px;
        font-family: Helvetica;
        color: #181818;
        line-height: 38px;
    }

    .imgText .title-description {
        height: 20px;
        font-size: 16px;
        font-family: Helvetica;
        color: #999999;
        line-height: 17px;
        margin: 15px 0;
    }


    .imgText .imgText-cantain {
        width: 1315px;
        display: flex;
        margin: 20px auto;
        padding: 20px 0;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .imgText .imgText-cantain.left {
        flex-direction: row;
    }

    .imgText .imgText-cantain.right {
        flex-direction: row-reverse;
    }

    .imgText .imgText-cantain.noborder {
        margin: 0px auto;
        padding: 48px 71px;
    }

    .imgText .imgText-cantain.border {
        background: #FFFFFF;
        box-shadow: 0px 3px 30px 0px rgba(128, 156, 170, 0.15);
        border-radius: 8px;
        padding: 45px 0;
        margin: 40px auto;
        width: 1173px;
    }

    .imgText .imgText-cantain.border2 {
        background: #FFFFFF;
        box-shadow: 0px 3px 30px 0px rgba(128, 156, 170, 0.15);
        border-radius: 8px;
        width: 1173px;
        margin: 40px auto;
        padding: 60px 30px 30px;

    }

    .imgText .border2 .imgText-text-box {
        width: 50%;
        flex: 1;
        padding: 0;
        margin: 0 30px;
    }

    .imgText .noborder .text-btn-box {
        /*text-align: right;*/
    }

    .imgText .noborder .text-btn-box .text-btn {
        padding: 0 30px;
    }

    .imgText .border2 .text-btn-box {
        text-align: right;
    }

    .imgText .border2 .text-btn {
        width: 263px;
        line-height: 50px;
        font-size: 18px;
        height: 50px;
        border-radius: 9px;
    }

    .imgText .border2 .imgText-img-box {
        padding: 0;
        margin: 0 30px;
        width: 183px;
    }

    /*.imgText .noborder .imgText-text-box{*/
    /*    width: 40%;*/
    /*}*/
    /*.imgText .noborder .imgText-img-box{*/
    /*    width: 60%;*/
    /*}*/
    .imgText .imgText-text-box {
        width: 50%;
        /*flex: 1;*/
        box-sizing: border-box;
        padding: 0 20px;
        position: relative;
    }

    .imgText .noborder .imgText-text-box {
        padding: 0;
        width: 540px;
        padding-top: 48px;
    }

    .imgText .border .imgText-text-box {
        width: 496px;
        padding: 0;
        padding-left: 52px;
        height: 278px;
        box-sizing: border-box;
    }

    .imgText .text-title {
        font-size: 30px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #101010;
        line-height: 42px;
    }

    .imgText .noborder .text-title {
        padding: 0px;
        height: 42px;
    }

    .imgText .text-description {
        font-size: 16px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #666666;
        line-height: 26px;
        overflow-wrap: anywhere;
        white-space: pre-wrap;
        margin: 20px 0;
    }

    .imgText .noborder .text-description {
        padding: 0;
        /*max-height: 214px;*/
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 12;
        display: -webkit-box;

    }

    .imgText .noborder .text-btn-box {
        padding: 0;
    }

    .imgText .text-btn {
    }

    .imgText .imgText-img-box {
        width: 50%;
        height: 100%;
        /*flex: 1;*/
        text-align: center;
        margin: auto;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .imgText .border .imgText-img-box {
        width: 527px;
        height: 278px;
        padding: 0;
        padding-right: 66px;
        box-sizing: border-box;
        margin: 0;
    }

    .imgText .noborder .imgText-img-box {
        width: 540px;
        margin: auto 0;
        padding: 0;
    }

    .imgText .imgText-img-box img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    .imgText .noborder .imgText-img-box img {
        width: 100%;
        height: 398px;

    }

    .imgText .border .imgText-img-box img {
        width: 460px;
        height: 278px;
        object-fit: contain;
    }

    .imgText .border2 .imgText-img-box img {
        object-fit: contain;
        height: 182px;
        width: 182px;
        margin: auto;
    }

    .imgText .hover-img {
        display: none;
    }

    .imgText .hover-a {
        display: none;
    }

    .imgText .border2:hover .master-img {
        display: none;
    }

    .imgText .border2:hover .hover-a {
        display: block;
    }

    .imgText .border2:hover .hover-img {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .imgText.phone-component {
        width: 7.02rem;
        padding: 0 0.24rem;
    }
    .imgText .imgText-cantain.border2 {
        width: 100%;
        height: 2.1rem;
        background: #FFFFFF;
        box-shadow: 0.04rem 0 0.1rem 0rem rgba(149, 157, 172, 0.3);
        border-radius: 0.2rem;
        padding: 0.34rem 0.25rem;
        box-sizing: border-box;
        display: flex;
        margin-bottom: 0.3rem;
    }
    .imgText .imgText-cantain.border2:hover{
        border: 1px solid #F54C08;
    }
    .imgText .imgText-cantain.border2:hover .imgText-img-box .master-img{
        display: none;
    }
    .imgText .imgText-cantain.border2:hover .imgText-img-box .hover-img{
        display: block;
    }
    .imgText .imgText-cantain.border2 .imgText-img-box {
        width: 1.39rem;
        height: 1.39rem;
        border-radius: 0.1rem;
        overflow: hidden;
        flex-shrink: 0;
        flex-grow: 0;
        margin-right: 0.28rem;
    }
    .imgText .imgText-cantain.border2 .imgText-img-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .imgText .imgText-cantain.border2 .imgText-img-box .hover-img{
        display: none;
    }
    .imgText .imgText-cantain.border2 .imgText-text-box {
        flex: 1;
        overflow: hidden;
    }
    .imgText .imgText-cantain.border2 .imgText-text-top {
        display: flex;
        align-items: center;
        margin-bottom: 0.1rem;
    }
    .imgText .imgText-cantain.border2 .text-title {
        flex-shrink: 1;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.32rem;
        font-family: PingFang SC;
        font-weight: 800;
        color: #000000;
        line-height: 0.49rem;
    }
    .imgText .imgText-cantain.border2 .text-btn-box button {
        flex-shrink: 1;
        flex-grow: 1;
        font-size: 0.24rem;
        font-family: PingFang SC;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 0.27rem;
        height: 0.52rem;
        padding: 0.1rem 0.38rem;
        background: #FC4F08;
        border-radius: 0.27rem;
    }
    .imgText .imgText-cantain.border2 .text-description {
        font-size: 0.2rem;
        font-family: PingFang SC;
        font-weight: 300;
        color: #222222;
        line-height: 0.27rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
}
